*** empty log message ***
authorThien-Thi Nguyen <ttn@gnuvola.org>
Thu, 8 Jan 2004 23:35:07 +0000 (23:35 +0000)
committerThien-Thi Nguyen <ttn@gnuvola.org>
Thu, 8 Jan 2004 23:35:07 +0000 (23:35 +0000)
lisp/ChangeLog

index 118cc53fb4219b4eec2370a8cf807e239b62dea9..dad6eb6b4d42f5c8e411c1613e2c37e7ddb3314c 100644 (file)
@@ -1,3 +1,13 @@
+2004-01-09  Deepak Goel  <deego@gnufans.org>
+
+       * calendar/diary-lib.el (diary-entry-time):
+       Also accept time in the form XX[.XX][am/pm/AM/PM].
+       (fancy-diary-font-lock-keywords): Likewise.
+       (diary-font-lock-keywords): Likewise.
+       * calendar/appt.el (appt-add): Likewise.
+       (appt-make-list): Likewise.
+       (appt-convert-time): Likewise.
+
 2004-01-08  Nick Roberts  <nick@nick.uklinux.net>
 
        * gdb-ui.el (gdb-ann3): Revert previous change.
        (term-sentinel): New function.
        (term-handle-exit): New function.
 
-       * subr.el (assoc-ignore-case, assoc-ignore-representation): 
+       * subr.el (assoc-ignore-case, assoc-ignore-representation):
        Use assoc-string, and mark them obsolete.
        (delay-mode-hooks): Mark as permanent local.
 
        * xml.el (xml-parse-region): Allow comments to appear after the
        topmost element has closed.
        (xml-ns-parse-ns-attrs, xml-ns-expand-el)
-       (xml-ns-expand-attr): New functions to do namespace handling.   
+       (xml-ns-expand-attr): New functions to do namespace handling.
        (xml-intern-attrlist): Back-compatible handling of attribute
        names.
        (xml-parse-tag): Move namespace handling to seperate functions.